home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / X11 / xkb / symbols / pc / br < prev    next >
Text File  |  2005-01-13  |  2KB  |  61 lines

  1.  
  2. // based on 
  3. // "a very simple Brasilian ABNT2 keybaord
  4. // by Ricardo Y. Igarashi (iga@that.com.br)
  5. // Adds suport for dead-keys in I18N applications
  6. // by Conectiva  (http://www.conectiva.com.br)"
  7. //
  8. // $XdotOrg: xc/programs/xkbcomp/symbols/pc/br,v 1.2 2004/04/23 19:54:55 eich Exp $
  9. // $XFree86: xc/programs/xkbcomp/symbols/pc/br,v 1.3 2003/04/19 12:22:11 pascal Exp $
  10.  
  11. xkb_symbols "abnt2" {
  12.  
  13.     include "pc/latin"
  14.  
  15.     name[Group1]="Brazilian";
  16.  
  17.     key <AE02>    { [         2,         at,  twosuperior,      onehalf ]    };
  18.     key <AE03>    { [         3, numbersign, threesuperior, threequarters ] };
  19.     key <AE04>    { [         4,     dollar,     sterling,   onequarter ]    };
  20.     key <AE05>    { [         5,    percent,         cent, threeeighths ]    };
  21.     key <AE06>    { [         6, dead_diaeresis,  notsign,    diaeresis ]    };
  22.     key <AE12>    { [     equal,       plus,      section,  dead_ogonek ]    };
  23.  
  24.     key <AD03>    { [         e,          E,     EuroSign,     EuroSign ]    };
  25.     key <AD04>    { [         r,          R,   registered,   registered ]    };
  26.     key <AD11>    { [dead_acute, dead_grave,        acute,        grave ]    };
  27.     key <AD12>    { [bracketleft,  braceleft, ordfeminine,  dead_macron ]    };
  28.  
  29.     key <AC10>    { [  ccedilla,   Ccedilla,  dead_acute, dead_doubleacute] };
  30.     key <AC11>    { [dead_tilde, dead_circumflex, asciitilde, asciicircum ] };
  31.     key <AC12>  { [bracketright, braceright,  masculine,    masculine   ] };
  32.  
  33.     key <TLDE>    { [apostrophe,   quotedbl,      notsign,      notsign ]    };
  34.  
  35.     key <BKSL>    { [ backslash,        bar,    masculine,   dead_breve ]    };
  36.     key <AB03>    { [         c,          C,    copyright,    copyright ]    };
  37.     key <AB07>  { [         m,          M,           mu,           mu ] };
  38.     key <AB10>    { [ semicolon,    colon, dead_belowdot, dead_abovedot ]    };
  39.  
  40. // ABNT-2 keyboard has this special key
  41.  
  42.     key <AB11>    { [     slash,   question,       degree, questiondown ]    };
  43.  
  44.     key <KPPT>    { [KP_Decimal ]    };
  45.     key <KPDL>    { [ KP_Delete,      comma ]    };
  46.  
  47.     include "level3(ralt_switch_multikey)"
  48. };
  49.  
  50. partial alphanumeric_keys
  51. xkb_symbols "nodeadkeys" {
  52.  
  53.     include "pc/br(abnt2)" // for consistent naming
  54.  
  55.     key <AE06>    { [         6,  diaeresis,      notsign,      notsign ]    };
  56.     key <AD11>    { [apostrophe,      grave ]    };
  57.     key <AC10>    { [  ccedilla,   Ccedilla,        acute,  doubleacute ]    };
  58.     key <AC11>    { [asciitilde, asciicircum ]    };
  59.     key <AB10>    { [ semicolon,      colon, dead_belowdot,    abovedot ]    };
  60. };
  61.